home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / doc / waissearch.hlp < prev    next >
Text File  |  1995-05-09  |  1KB  |  46 lines

  1. 1 WAISSEARCH_$
  2.  
  3. SYNOPSIS
  4.  
  5.      waissearch [\-h host-machine] [\-p service-or-port] [\-d database] word
  6.          word...
  7.  
  8. DESCRIPTION
  9.    Part of the Wide Area Information Server system.
  10.  
  11.    waissearch makes a WAIS request over TCP/IP.
  12.  
  13. 2 Parameters
  14.  
  15. -h host-machine
  16.  
  17.     Server machine name as a IP name.  Defaults to local machine.
  18.  
  19. -p [ service-or-port ]
  20.  
  21.     Use this port to communicate.  If it is not supplied, then z39_50 
  22.     is used from the services file.
  23.  
  24. -d database
  25.  
  26.     The database to use in the query.  By convention, many servers 
  27.     support the INFO database.
  28.  
  29. -v
  30.     Print the version number and date of this command.
  31.  
  32. 2 EXAMPLE
  33.     
  34. to query the directory of servers about tcp servers:
  35.  
  36.         waissearch -h quake.think.com -d directory-of-servers -p 210 tcp
  37.  
  38. to ask what tcp databases are supported on a particular server:
  39.  
  40.         waissearch -h quake.think.com -d INFO -p 210 tcp
  41.  
  42. to ask for information on a database:
  43.  
  44.         waissearch -h quake.think.com -d directory-of-servers -p 210 help
  45.  
  46.